type golang.org/x/net/idna.options
17 uses
golang.org/x/net/idna (current package)
idna.go#L57: type Option func(*options)
idna.go#L65: return func(o *options) { o.transitional = transitional }
idna.go#L73: return func(o *options) { o.verifyDNSLength = verify }
idna.go#L79: return func(o *options) { o.removeLeadingDots = remove }
idna.go#L88: return func(o *options) {
idna.go#L116: return func(o *options) { o.checkHyphens = enable }
idna.go#L124: return func(o *options) {
idna.go#L141: return func(o *options) { o.useSTD3Rules = use }
idna.go#L152: return func(o *options) { o.bidirule = bidirule.ValidString }
idna.go#L158: return func(o *options) {
idna.go#L176: return func(o *options) {
idna.go#L183: type options struct {
idna.go#L207: options
idna.go#L210: func apply(o *options, opts []Option) {
idna.go#L295: lookup = &Profile{options{
idna.go#L305: display = &Profile{options{
idna.go#L314: registration = &Profile{options{
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)